Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #182

Merged
merged 4 commits into from
Mar 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
BenchmarkDotNet 0.13.12 -> 0.14.0 age adoption passing confidence nuget minor
FluentAssertions (source) 8.0.1 -> 8.1.1 age adoption passing confidence nuget minor
Hl7.Fhir.R4 5.11.2 -> 5.11.4 age adoption passing confidence nuget patch
Microsoft.AspNetCore.Grpc.Swagger (source) 0.9.1 -> 0.9.2 age adoption passing confidence nuget patch
Microsoft.AspNetCore.Mvc.Testing (source) 9.0.1 -> 9.0.2 age adoption passing confidence nuget patch
Microsoft.Data.Sqlite.Core (source) 9.0.1 -> 9.0.2 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore (source) 9.0.1 -> 9.0.2 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.Design (source) 9.0.1 -> 9.0.2 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.Sqlite (source) 9.0.1 -> 9.0.2 age adoption passing confidence nuget patch
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (source) 9.0.1 -> 9.0.2 age adoption passing confidence nuget patch
Microsoft.NET.Test.Sdk 17.12.0 -> 17.13.0 age adoption passing confidence nuget minor
Npgsql 9.0.2 -> 9.0.3 age adoption passing confidence nuget patch
Npgsql.EntityFrameworkCore.PostgreSQL 9.0.3 -> 9.0.4 age adoption passing confidence nuget patch
Npgsql.OpenTelemetry 9.0.2 -> 9.0.3 age adoption passing confidence nuget patch
OpenTelemetry.Instrumentation.AspNetCore (source) 1.10.1 -> 1.11.0 age adoption passing confidence nuget minor
Testcontainers (source) 4.1.0 -> 4.3.0 age adoption passing confidence nuget minor
Testcontainers.PostgreSql (source) 4.1.0 -> 4.3.0 age adoption passing confidence nuget minor
docker.io/bitnami/kubectl (source) 1.32.1 -> 1.32.2 age adoption passing confidence final patch
docker.io/jaegertracing/all-in-one 1.65.0 -> 1.66.0 age adoption passing confidence minor
docker.io/library/postgres 17.2 -> 17.4 age adoption passing confidence minor
dotnet-outdated-tool 4.6.4 -> 4.6.7 age adoption passing confidence nuget patch
mcr.microsoft.com/dotnet/aspnet 9.0.1-noble-chiseled -> 9.0.2-noble-chiseled age adoption passing confidence stage patch
mcr.microsoft.com/dotnet/sdk 9.0.102-noble -> 9.0.200-noble age adoption passing confidence stage patch
xunit.runner.visualstudio 3.0.1 -> 3.0.2 age adoption passing confidence nuget patch

Release Notes

dotnet/BenchmarkDotNet (BenchmarkDotNet)

v0.14.0: 0.14.0

Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html

Highlights

  • Introduce BenchmarkDotNet.Diagnostics.dotMemory #​2549: memory allocation profile of your benchmarks using dotMemory, see @​BenchmarkDotNet.Samples.IntroDotMemoryDiagnoser
  • Introduce BenchmarkDotNet.Exporters.Plotting #​2560: plotting via ScottPlot (initial version)
  • Multiple bugfixes
  • The default build toolchains have been updated to pass IntermediateOutputPath, OutputPath, and OutDir properties to the dotnet build command. This change forces all build outputs to be placed in a new directory generated by BenchmarkDotNet, and fixes many issues that have been reported with builds. You can also access these paths in your own .csproj and .props from those properties if you need to copy custom files to the output.

Bug fixes

  • Fixed multiple build-related bugs including passing MsBuildArguments and .Net 8's UseArtifactsOutput.

Breaking Changes

  • DotNetCliBuilder removed retryFailedBuildWithNoDeps constructor option.
  • DotNetCliCommand removed RetryFailedBuildWithNoDeps property and BuildNoRestoreNoDependencies() and PublishNoBuildAndNoRestore() methods (replaced with PublishNoRestore()).
fluentassertions/fluentassertions (FluentAssertions)

v8.1.1

Compare Source

What's Changed
Fixes

Full Changelog: fluentassertions/fluentassertions@8.1.0...8.1.1

v8.1.0

Compare Source

What's Changed
Improvements
Fixes
Documentation
Others
New Contributors

Full Changelog: fluentassertions/fluentassertions@8.0.1...8.1.0

FirelyTeam/firely-net-sdk (Hl7.Fhir.R4)

v5.11.4: 5.11.4

Intro:

A hotfix in the MimeTypeTerminologyService to allow for the FHIR format types xml, json and ttl.

Changes:

  • #​3036: Allow code "xml", "json", and "ttl" as valid mimetypes
  • #​3031: Start development phase 5.11.4

This list of changes was auto generated.

v5.11.3: 5.11.3

Intro:

A hotfix in the Canonical class to also allow fragment only canonicals.

Changes:

  • #​3030: Canonical now parses fragment only URLs
  • #​3024: Start development phase 5.11.3

This list of changes was auto generated.

dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.Testing)

v9.0.2: .NET 9.0.2

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.1...v9.0.2

dotnet/efcore (Microsoft.Data.Sqlite.Core)

v9.0.2: .NET 9.0.2

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.1...v9.0.2

microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.13.0

What's Changed
New Contributors

Full Changelog: microsoft/vstest@v17.12.0...v17.13.0

npgsql/npgsql (Npgsql)

v9.0.3

v9.0.3 contains several minor bug fixes.

Milestone issues

Full Changelog: npgsql/npgsql@v9.0.2...v9.0.3

npgsql/efcore.pg (Npgsql.EntityFrameworkCore.PostgreSQL)

v9.0.4

Milestone issues

Full Changelog: npgsql/efcore.pg@v9.0.3...v9.0.4

testcontainers/testcontainers-dotnet (Testcontainers)

v4.3.0

Compare Source

What's Changed

Thank you to all the contributors 🙌.

🚀 Features

🐛 Bug Fixes

🧹 Housekeeping

v4.2.0

Compare Source

What's Changed

Thanks for all the contributions. Great first release of the year ❤️.

🚀 Features
🐛 Bug Fixes
🧹 Housekeeping
dotnet-outdated/dotnet-outdated (dotnet-outdated-tool)

v4.6.7: 4.6.7

v4.6.6: 4.6.6

What's Changed

Full Changelog: dotnet-outdated/dotnet-outdated@v4.6.5...v4.6.6

v4.6.5: 4.6.5

What's Changed

New Contributors

Full Changelog: dotnet-outdated/dotnet-outdated@v4.6.4...v4.6.5

dotnet/sdk (mcr.microsoft.com/dotnet/sdk)

v9.0.200: .NET 9.0.2

Compare Source

Release

What's Changed


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Mar 1, 2025

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 9 0 0.12s
✅ CSHARP csharpier 45 0 4.42s
⚠️ CSHARP roslynator 5 2 57.42s
✅ DOCKERFILE hadolint 1 0 0.13s
✅ EDITORCONFIG editorconfig-checker 107 0 0.33s
✅ JSON jsonlint 11 0 0.14s
✅ JSON prettier 11 0 0.57s
✅ MARKDOWN markdownlint 3 0 0.94s
⚠️ MARKDOWN markdown-table-formatter 3 1 0.5s
✅ PROTOBUF protolint 5 0 4.32s
✅ REPOSITORY checkov yes no 21.91s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY gitleaks yes no 0.9s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY grype yes no 18.2s
✅ REPOSITORY kics yes no 17.31s
✅ REPOSITORY secretlint yes no 1.52s
✅ REPOSITORY syft yes no 3.24s
✅ REPOSITORY trivy yes no 11.21s
✅ REPOSITORY trivy-sbom yes no 0.18s
✅ REPOSITORY trufflehog yes no 3.78s
✅ XML xmllint 1 0 0.05s
✅ YAML prettier 24 0 1.94s
✅ YAML yamllint 24 0 1.79s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6ce7dc0 to b80af4f Compare March 1, 2025 10:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b80af4f to 098eb92 Compare March 2, 2025 18:40
Copy link
Contributor Author

renovate bot commented Mar 2, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link

github-actions bot commented Mar 2, 2025

Trivy image scan report

ghcr.io/miracum/vfps:pr-182 (ubuntu 24.04)

4 known vulnerabilities found (CRITICAL: 0 HIGH: 0 MEDIUM: 0 LOW: 4)

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
libssl3t64 CVE-2024-13176 LOW 3.0.13-0ubuntu3.4 3.0.13-0ubuntu3.5
libssl3t64 CVE-2024-9143 LOW 3.0.13-0ubuntu3.4 3.0.13-0ubuntu3.5
openssl CVE-2024-13176 LOW 3.0.13-0ubuntu3.4 3.0.13-0ubuntu3.5
openssl CVE-2024-9143 LOW 3.0.13-0ubuntu3.4 3.0.13-0ubuntu3.5

No Misconfigurations found

opt/vfps/Vfps.deps.json

No Vulnerabilities found

No Misconfigurations found

usr/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.2/Microsoft.AspNetCore.App.deps.json

No Vulnerabilities found

No Misconfigurations found

usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.2/Microsoft.NETCore.App.deps.json

No Vulnerabilities found

No Misconfigurations found

Copy link

github-actions bot commented Mar 2, 2025

Code Coverage

Package Line Rate Branch Rate Health
Vfps.Tests 99% 100%
Vfps 94% 60%
Summary 95% (431 / 452) 66% (33 / 50)

Minimum allowed line rate is 50%


ghz run statistics

Summary:
  Count:	5000
  Total:	9.43 s
  Slowest:	525.15 ms
  Fastest:	10.76 ms
  Average:	91.19 ms
  Requests/sec:	529.96

Response time histogram:
  10.758  [1]    |
  62.197  [725]  |∎∎∎∎∎∎∎∎
  113.636 [3639] |∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎
  165.075 [498]  |∎∎∎∎∎
  216.514 [87]   |∎
  267.953 [0]    |
  319.392 [0]    |
  370.831 [0]    |
  422.270 [0]    |
  473.709 [8]    |
  525.148 [42]   |

Latency distribution:
  10 % in 52.69 ms 
  25 % in 72.30 ms 
  50 % in 88.44 ms 
  75 % in 102.91 ms 
  90 % in 118.30 ms 
  95 % in 132.63 ms 
  99 % in 183.55 ms 

Status code distribution:
  [OK]   5000 responses   

iter8 report

Experiment summary:
*******************

  Experiment completed: true
  No task failures: true
  Total number of tasks: 6
  Number of completed tasks: 6
  Number of completed loops: 1

Whether or not service level objectives (SLOs) are satisfied:
*************************************************************

  SLO Conditions                  | Satisfied
  --------------                  | ---------
  grpc/error-rate <= 0            | true
  grpc/latency/mean (msec) <= 200 | true
  grpc/latency/p99 (msec) <= 500  | true
  

Latest observed values for metrics:
***********************************

  Metric                   | value
  -------                  | -----
  grpc/error-count         | 0.00
  grpc/error-rate          | 0.00
  grpc/latency/mean (msec) | 137.08
  grpc/latency/p99 (msec)  | 395.00
  grpc/request-count       | 50000.00
  

@chgl chgl merged commit 7e23ad3 into master Mar 2, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant